home *** CD-ROM | disk | FTP | other *** search
/ The Netherlands - A Compact World / The Netherlands.iso / chapters / 4.1.2.1.dxr / Internal_4.ls < prev    next >
Encoding:
Text File  |  2004-06-10  |  67 b   |  8 lines

  1. on mouseEnter me
  2.   go("peter")
  3. end
  4.  
  5. on mouseLeave
  6.   go("vmbo")
  7. end
  8.